* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
authorJim Blandy <jimb@redhat.com>
Fri, 11 Jun 1993 06:49:23 +0000 (06:49 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 11 Jun 1993 06:49:23 +0000 (06:49 +0000)
inherited from usg5-3.h; ISC doesn't have libX11_s.
(LIBX11_SYSTEM): Link against the static -lc, not -lc_s.

src/s/isc3-0.h

index 14ef86f1ff3bd0d9062c0c051c783f823020507d..fe5d718bfc9643f0846974423d0eaf2bc48ef17b 100644 (file)
@@ -16,7 +16,9 @@
    so we might as well try getting rid of -traditional.  */
 #undef C_SWITCH_SYSTEM
 
-/* Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC has no
-   libX11_s, as specified in s/usg5-3.h.  */
+/* We indirectly #include s/usg5-3.h, which says to use libX11_s and
+   libc_s.  Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC
+   has no libX11_s, and that linking with libc_s causes sbrk not to work.  */
 #undef LIB_X11_LIB
-
+#undef LIBX11_SYSTEM
+#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc